Skip to main content
Version: 9.3

Customization Submodules

Qrvey supports customization within submodules.

Chart Panel

The following code sample shows how to remove the chart name from the chart panel’s header in a subModules configuration object.

  "customization": {     
"subModules": {
"chartPanel": {
"remove": ['header.qChartName']
}
}
}

Customization Keys

KeyDescription
headerEntire header for the panel.
header.qChartNameTitle of the panel.
header.qFitPanelFit-to-panel button.
header.qSortingSorting button.
header.qChartSelectionChart selection button.
header.qFilterFilter and options for filtering.
header.qFilter.qAddFilterOption to add a filter.
header.qFilter.dashFilterScopeOption to display available options for filters with a dashboard scope. If you remove this option, its child (edit and delete) options are hidden.
header.qFilter.dashFilterScope.qEditFilterOption to edit filters with a dashboard scope.
header.qFilter.dashFilterScope.qDeleteFilterOption to delete filters with a dashboard scope.
header.qFilter.tabFilterScopeOption to display available options for filters with a tab scope. If you remove this option, its child (edit and delete) options are hidden.
header.qFilter.tabFilterScope.qEditFilterOption to edit filters with a tab scope.
header.qFilter.tabFilterScope.qDeleteFilterOption to delete filters with a tab scope.
header.qFilter.panelFilterScopeOption to display available options for filters with a panel scope. If you remove this option, its child (edit and delete) options are hidden.
header.qFilter.panelFilterScope.qEditFilterOption to edit filters with a panel scope.
header.qFilter.panelFilterScope.qDeleteFilterOption to delete filters with a panel scope.
header.optionMenuThree-dot button.
header.optionMenu.qEditChartEdit option inside the three-dot button.
header.optionMenu.qDuplicateChartDuplicate option inside the three-dot button.
header.optionMenu.qDownloadChartDownload option inside the three-dot button.
header.optionMenu.qDownloadChart.qChartJPGJPG format in the download option.
header.optionMenu.qDownloadChart.qChartPDFPDF format in the download option.
header.optionMenu.qDownloadChart.qChartCSVCSV format in the download option.
header.optionMenu.qDownloadChart.qChartSummaryCSV summary format in the download option.
header.optionMenu.qDownloadChart.qChartExcelExcel format in the download option.
header.qColumnGroupingAdd/remove groups in a simple or grouped table.
header.qColumnReplacementColumn replacement section in column settings.
header.qColumnSectionAdd/remove sections in an expandable table.
header.qColumnSelectionAdd/remove columns in table charts.
header.qColumnAggregationColumn aggregation section in column settings.
optionDateGroupingColumn date grouping section in column settings.
optionDateGrouping.qDayOnlyOption for (Day Month) in date grouping dropdown.
optionDateGrouping.qMonthOption for (Month, Year) in date grouping dropdown.
optionDateGrouping.qMonthOnlyOption for (Month) in date grouping dropdown.
optionDateGrouping.qQuarterOption for (Quarter, Year) in date grouping dropdown.
optionDateGrouping.qQuarterOnlyOption for (Quarter) in date grouping dropdown.
optionDateGrouping.qWeekOption for (Week, Year) in date grouping dropdown.
optionDateGrouping.qYearOption for (Year) in date grouping dropdown.
optionDateGrouping.qDayOption for (Full Date) in date grouping dropdown.
optionDateGrouping.qHourOption for (Date, Hour) in date grouping dropdown.
optionDateGrouping.qHourOnlyOption for (Hour) in date grouping dropdown.
optionDateGrouping.qMinuteOption for (Date, Minute) in date grouping dropdown.
optionDateGrouping.qMinuteOnlyOption for (Minute) in date grouping dropdown.
optionDateGrouping.qSecondOption for (Date, Second) in date grouping dropdown.
optionDateGrouping.qSecondOnlyOption for (Second) in date grouping dropdown.